home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / ctenari / Holub / Web creator.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  2001-08-14  |  1KB  |  54 lines

  1. object Form2: TForm2
  2.   Left = 372
  3.   Top = 229
  4.   ActiveControl = Button1
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Ulozeni souboru'
  7.   ClientHeight = 67
  8.   ClientWidth = 270
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 40
  23.     Top = 16
  24.     Width = 194
  25.     Height = 16
  26.     Alignment = taCenter
  27.     Caption = 'Tento dokument neni ulozen'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -13
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.   end
  35.   object Button1: TButton
  36.     Left = 24
  37.     Top = 40
  38.     Width = 89
  39.     Height = 25
  40.     Caption = 'Ulozit'
  41.     TabOrder = 0
  42.     OnClick = Button1Click
  43.   end
  44.   object Button2: TButton
  45.     Left = 160
  46.     Top = 40
  47.     Width = 89
  48.     Height = 25
  49.     Caption = 'Neukladat'
  50.     TabOrder = 1
  51.     OnClick = Button2Click
  52.   end
  53. end
  54.